IdeaBlade Application Framework
NavigateResult<T> Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
Caliburn.Micro.Extensions Namespace : NavigateResult<T> Class


The following tables list the members exposed by NavigateResult<T>.

Public Constructors

 NameDescription
public ConstructorNavigateResult<T> ConstructorInitializes a new instance of NavigateResult.  
Top

Public Fields

 NameDescription
public FieldActivateDelegate that activates the target ViewModel upon completion of the navigation logic.  
public FieldCanNavigateAwayDelegate that evaluates whether the current active ViewModel allows to be navigated away from.  
public FieldCanNavigateToDelegate that evaluates whether the target ViewModel allows to be navigated to.  
public FieldPrepareDelegate that allows for synchronous preparation of the target ViewModel, such as passing parameters.  
public FieldPrepareAsyncDelegate that allows for asynchronous preperation of the target ViewModel.  
Top

Public Properties

 NameDescription
public PropertyConductorThe current conductor used for the navigation.  
public PropertyTargetThe target ViewModel instance.  
Top

Public Methods

 NameDescription
public MethodExecuteExecutes the result using the specified context.  
Top

Public Events

 NameDescription
public EventCompletedEvent indication completion of the result.  
Top

See Also

© 2012 All Rights Reserved.